home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / misc1 / dfrew12s.zip / INSTALL.INF < prev    next >
INI File  |  1992-04-01  |  1KB  |  39 lines

  1. ;def section contains all default values to be installed
  2. ;defdir default is subdirectory name to be created under windows directory
  3. ;defgroup is Program Manager group name to be created
  4.  
  5. [Def]
  6. defdir=dfreews
  7. defgroup=main
  8. defapp=DFREE for Windows Install
  9.  
  10. ;GrpFiles section contains files and programs to be added to Program 
  11. ;Manager group
  12.  
  13. [GrpFiles]
  14. file 1=dfreews.exe
  15. file 2=dfreews.wri
  16. file 3=Order.txt
  17. file 4=EndMark
  18.  
  19. ;systemfiles sections contains files to be copied windows system directory
  20. ;etc. DLL's and VBX's program need to acces during execution
  21. ;file 1 is now only commented so you can see an example
  22. ;you may need to copy VBRUN100.DLL, if the user already
  23. ;does not has it
  24. ;endmark is only mark that tells to install program's lastfile
  25.  
  26. [SystemFiles]
  27. file 1=neodll1.dll
  28. file 2=EndMark
  29.  
  30. ;files section contains files to be copied to subdirectory given by user
  31. ;endmark is only mark that tells to install program's lastfile
  32.  
  33. [Files]
  34. file 1=dfreews.exe
  35. file 2=dfreews.hlp
  36. file 3=dfreews.wri
  37. file 4=order.txt
  38. file 5=EndMark
  39.